home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / tttsrc51.zip / READ.ME < prev    next >
Text File  |  1993-01-19  |  8KB  |  187 lines

  1. READ.ME for TTT Build 5.1
  2.  
  3.                 +-----------------------------+
  4.                 |     DOS Protected Mode      |
  5.                 +-----------------------------+
  6.  
  7. A bevvy of changes were made to the source code in build 5.1 to allow
  8. TTT to build protected mode applications. All but one of the changes
  9. should be transparent to you as a user.
  10.  
  11. The BASEOFSCREEN variable's type has been modified. You can no longer
  12. use the expression:
  13.  
  14.                   if BaseOfScreen = $B800  then
  15.  
  16. Instead you should call the COLORSCREEN function as follows:
  17.  
  18.                   if ColorScreen then
  19.  
  20.                +-----------------------------------------+
  21.                |  IMPORTANT NOTE ABOUT THE SOURCE DISK   |   
  22.                +-----------------------------------------+
  23. The source files are now stored in a file called SOURCE.ARC. Copy the
  24. file from the source disk to your fixed disk and extract the source files
  25. with the command:
  26.  
  27.                             ARCX SOURCE.ARC
  28.  
  29.                +-----------------------------------------+
  30.                |  IMPORTANT NOTE ABOUT THE DEMO FILES    |   
  31.                +-----------------------------------------+
  32. Note: To reduce download times, only the DEMO source files fot Turbo Pascal 5.0 
  33. and beyond are distibuted in the BBS version of TTT. If you are still using 
  34. Turbo Pascal 4.0 and would like to obtain the DEMO4.ARC file, just give us a 
  35. call.
  36.  
  37. There are two sets of demo files with TTT. If you are using Turbo Pascal 4.0
  38. extract the files from the file DEMO4.ARC. If you are using a later version
  39. of Pascal, i.e. Pascal 5.0 through Borland Pascal 7, extract the files
  40. from DEMO.ARC.
  41.  
  42. DO NOT EXTRACT BOTH DEMO ARC FILES. ONLY EXTRACT THE FILES APPROPRIATE FOR
  43. YOUR COMPILER.
  44.  
  45.                +---------------------------------------+
  46.                |  PRINTING A COPY OF THE USERS MANUAL  |
  47.                +---------------------------------------+
  48.  
  49. The documention is stored in compressed form in the file MANUAL.ARC.
  50. If you have not registered the product you can use the ASCII documentation.
  51. Copy the file from the documentation disk to your fixed disk and
  52. extract the doc file with the command:
  53.  
  54.                              ARCX MANUAL.ARC
  55.  
  56. We have tried to provide you with everything necessary to evaluate the
  57. Toolkit. On the disc we have included the file manual.doc that includes an 
  58. abridged version of the user guide. This abridged version of the manual is
  59. approximately 100 pages long and includes the two introductory chapters,
  60. together with a full and exhaustive procedure reference. The sections that 
  61. are missing are the individual unit descriptions. These chapters include
  62. graphic/screen images that cannot be included in an ASCII file. If you 
  63. require any more information about the Toolkit, don't hesitate to call
  64. TechnoJock Software at (713) 493 6354.
  65.  
  66. To print the manual, type PRINT MANUAL.DOC at the DOS prompt.
  67.  
  68.  
  69.                +-----------------------+
  70.                |      ON LINE HELP     |
  71.                +-----------------------+
  72.  
  73. TTT includes a comprehesive On-Line help system that is based on the 
  74. Norton Guides help engine.
  75.  
  76. The file TTT.NG is stored in the arc file TTTNG.ARC. 
  77.  
  78.                                                       
  79.                +-----------------------+
  80.                |  ERRORS and OMMISIONS |
  81.                +-----------------------+
  82.  
  83. ListTTT5
  84. ========
  85.  
  86. An additional parameter has been added to the LTTT global variable. The
  87. new variable is Select_Chars and it is of type set of char. This variable
  88. defines that keys that can be used to select the topics when the user
  89. is allowed to select more than one topic. The default char is ' '.
  90.  
  91. Make File
  92. =========
  93.  
  94. Errata: The example at the top of page 2-4 of the Users manual should be:
  95.  
  96.                      MAKE -fTTT.MAK    {the F was omitted in error}
  97.  
  98. IOTTT5
  99. ======
  100. An additional procedure INIT_INSERT_MODE has been added to the IOTTT5 unit.
  101. This procedure allows a user to control the initial state of the insert
  102. key, e.g. 
  103.                         INIT_INSERT_MODE(True);
  104.  
  105.  
  106. No other problems to report!
  107.  
  108.                           _______
  109.                      ____|__     |                  (tm)
  110.                   --|       |    |-------------------
  111.                     |   ____|__  |  Association of
  112.                     |  |       |_|  Shareware
  113.                     |__|   o   |    Professionals
  114.                   -----|   |   |---------------------
  115.                        |___|___|    MEMBER
  116.  
  117.  
  118. Bob Ainsbury, the primary developer and janitor at TechnoJock Software, Inc.,
  119. is a member of the Association of Shareware Professionals.
  120.  
  121. The  Association of Shareware Professionals (ASP)  has established  standards
  122. for its members and for any organization which has "ASP Approved" status. The
  123. ASP wants to make sure that the shareware principle works for you. If you are
  124. unable  to resolve a problem with an ASP member or organization  (other  than
  125. technical  support),  the ASP may be able to help.  Please write to  the  ASP
  126. Ombudsman, P.O. Box 5786, Bellevue, WA  98006, USA.
  127.  
  128.  
  129.                     HERE'S HOW SHAREWARE WORKS:
  130.  
  131. You are encouraged to copy the TechnoJock's Turbo Toolkit diskettes and 
  132. share them freely with others.  You have the luxury of trying out the 
  133. complete programs at your own pace and in the comfort of your own home 
  134. or workplace.  This is not a crippled or "demo" copy, but the complete 
  135. working version of the program.
  136.  
  137. After you have used the Toolkit for a reasonable evaluation period, you should
  138. either discontinue use of the program or purchase a licensed copy from
  139. TechnoJock Software, Inc.  Your support is important and greatly appreciated.
  140. With it, Shareware authors are encouraged to design and distribute new 
  141. products. Without it, a great deal of high quality, low cost software 
  142. will cease to be available.
  143.  
  144. Why pay at all?
  145. --------------------------------------------------------------
  146.    *  You receive a CURRENT copy of the program
  147.    *  You receive a top quality typeset manual
  148.    *  Notification of updates and new versions
  149.    *  Inexpensive upgrade offers
  150.    *  Notification of new products
  151.    *  Your input and ideas help shape future products
  152.    *  A sense of pride and ownership in having honestly
  153.       participated in the Shareware revolution
  154.    *  You help to keep software prices down by supporting a
  155.       distribution method which doesn't depend on expensive
  156.       advertising campaigns.
  157.  
  158. So please dive in and enjoy the fun of legally sharing good software with
  159. your friends and associates. But also be aware of the following
  160. restrictions, designed to protect the community of Shareware users and to
  161. prevent greedy people from taking unfair advantage of the trust, hard
  162. work and good will of Shareware authors. Exceptions to these conditions
  163. must be received in writing from TechnoJock Software, Inc.
  164.  
  165. 1. No price or consideration may be charged. However, a distribution cost may
  166.    be charged for the cost of the diskettes, shipping and handling, not to
  167.    exceed $10.
  168. 2. The files and programs on the disks may not be modified or deleted.
  169. 3. The programs cannot be sold as part of some other more inclusive package.
  170. 4. The programs cannot be "rented" or "leased" to others.
  171. 5. The end user must be told clearly in writing on the outside of the
  172.    package and in all advertising that the diskette(s) are "Shareware."
  173. 6. The package must contain a written explanation that the diskettes are
  174.    for evaluation purposes, and that an additional "registration fee" is
  175.    expected by the author, if the program is used beyond an initial
  176.    evaluation period.
  177. 7. In the case of distribution via any telecommunications link,
  178.    the following must be done:
  179.     *  X-Modem or some other error checking protocol must be used
  180.     *  All TTT programs (and documentation files) must be transferred
  181.        in a library or archive format.  This means the files have all been
  182.        combined into one file.
  183. 8. Shareware distribution is permitted only in the United States, Canada,
  184.    England, and Australia.
  185.  
  186.  
  187.